Linux 下为 Fcitx5 使用雾凇拼音输入法(rime)

Meow King January 09, 2024 Updated: January 09, 2024 #fcitx5 #linux #rime #rime-ice #input method #输入法 #中州韻 #中文

虽然之前就用 雾凇拼音 了,但是是手动拉取词库的,一直没有更新。


paru -S fcitx5-rime
paru -S rime-ice-git
# https://aur.archlinux.org/packages/rime-ice-git
echo >~/.local/share/fcitx5/rime/default.custom.yaml "patch:
  __include: rime_ice_suggestion:/" # works for both bash/zsh and fish

共享词库目录:/usr/share/rime-data, 见 aur 构建脚本.
fcitx5-rime用户目录:~/.local/share/fcitx5/rime/。如果没有此目录,在使用 fcitx5-rime 的时候会自动生成此目录。